EnhancedLocation Constructor (String, String, PersonaPostalAddress) |
Initializes a new instance of the EnhancedLocation class by using the supplied display name, calendar item note, and persona postal address.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic EnhancedLocation(
string displayName,
string annotation,
PersonaPostalAddress postalAddress
)
Public Sub New (
displayName As String,
annotation As String,
postalAddress As PersonaPostalAddress
)
Parameters
- displayName
- Type: SystemString
The location display name. - annotation
- Type: SystemString
The annotation on the location. - postalAddress
- Type: Independentsoft.ExchangePersonaPostalAddress
The persona postal address.
See Also